home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMMSGIDHANDLER / TFRMMSGIDHANDLER.txt
Encoding:
Text File  |  2005-02-07  |  3.6 KB  |  172 lines

  1. object frmMsgIdHandler: TfrmMsgIdHandler
  2.   Left = 292
  3.   Top = 163
  4.   HelpContext = 1740
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Message-ID handler'
  8.   ClientHeight = 181
  9.   ClientWidth = 371
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     371
  21.     181)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object RetrieveByMSGIDPanel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 371
  28.     Height = 113
  29.     Align = alTop
  30.     BevelOuter = bvNone
  31.     TabOrder = 3
  32.     Visible = False
  33.     object Label3: TTntLabel
  34.       Left = 8
  35.       Top = 16
  36.       Width = 127
  37.       Height = 13
  38.       Caption = 'Retrieve article with MsgID'
  39.     end
  40.     object Label4: TTntLabel
  41.       Left = 8
  42.       Top = 48
  43.       Width = 52
  44.       Height = 13
  45.       Caption = 'from server'
  46.     end
  47.     object Label5: TTntLabel
  48.       Left = 8
  49.       Top = 80
  50.       Width = 66
  51.       Height = 13
  52.       Caption = 'and place it in'
  53.     end
  54.     object MsgIDRetrieveEdit: TTntEdit
  55.       Left = 144
  56.       Top = 12
  57.       Width = 210
  58.       Height = 21
  59.       TabOrder = 0
  60.     end
  61.     object ServerCB: TTntComboBox
  62.       Left = 144
  63.       Top = 44
  64.       Width = 210
  65.       Height = 21
  66.       Style = csDropDownList
  67.       ItemHeight = 13
  68.       TabOrder = 1
  69.     end
  70.     object FolderCB: TTntComboBox
  71.       Left = 144
  72.       Top = 76
  73.       Width = 210
  74.       Height = 21
  75.       ItemHeight = 13
  76.       TabOrder = 2
  77.     end
  78.   end
  79.   object MsgIdHandlerPanel: TPanel
  80.     Left = 0
  81.     Top = 0
  82.     Width = 374
  83.     Height = 145
  84.     BevelOuter = bvNone
  85.     TabOrder = 2
  86.     object Label1: TTntLabel
  87.       Left = 12
  88.       Top = 12
  89.       Width = 221
  90.       Height = 13
  91.       Caption = '&What do you want to do with this Message-ID?'
  92.       FocusControl = MsgIDEdit
  93.     end
  94.     object ActionGB: TTntGroupBox
  95.       Left = 12
  96.       Top = 56
  97.       Width = 349
  98.       Height = 89
  99.       TabOrder = 0
  100.       object RadioButton1: TTntRadioButton
  101.         Left = 12
  102.         Top = 62
  103.         Width = 309
  104.         Height = 17
  105.         Caption = '&Try to retrieve this article from a newsserver'
  106.         TabOrder = 2
  107.       end
  108.       object RadioButton2: TTntRadioButton
  109.         Left = 12
  110.         Top = 37
  111.         Width = 313
  112.         Height = 17
  113.         Caption = 'Locate article at &Google Groups'
  114.         Checked = True
  115.         TabOrder = 1
  116.         TabStop = True
  117.       end
  118.       object RadioButton4: TTntRadioButton
  119.         Left = 12
  120.         Top = 12
  121.         Width = 313
  122.         Height = 17
  123.         Caption = 
  124.           '&Locally search for this MsgID in all groups, not just the activ' +
  125.           'e'
  126.         TabOrder = 0
  127.       end
  128.     end
  129.     object MsgIDEdit: TTntEdit
  130.       Left = 16
  131.       Top = 36
  132.       Width = 345
  133.       Height = 21
  134.       TabOrder = 1
  135.     end
  136.   end
  137.   object OkBtn: TMMTNTBItBtn
  138.     Left = 205
  139.     Top = 153
  140.     Width = 75
  141.     Height = 25
  142.     Anchors = [akRight, akBottom]
  143.     Caption = '&OK'
  144.     Default = True
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clBtnText
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     TabOrder = 0
  152.     OnClick = OkBtnClick
  153.   end
  154.   object CancelBtn: TMMTNTBItBtn
  155.     Left = 289
  156.     Top = 153
  157.     Width = 75
  158.     Height = 25
  159.     Anchors = [akRight, akBottom]
  160.     Cancel = True
  161.     Caption = '&Cancel'
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clBtnText
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ParentFont = False
  168.     TabOrder = 1
  169.     OnClick = CancelBtnClick
  170.   end
  171. end
  172.